﻿@charset "utf-8";
/* CSS Document */
body {
	font-size:12px;
	font-family:Helvetica, Verdana, Arial,  sans-serif;
	color:#666666;
}
h2 {
	margin:5px 0px 10px 0px;
	font-size:16px;

}
h3 {
	margin:5px 0px 0px 0px;
	font-size:16px;
	color:#e17009;
}

.smallText{
font-size:9px;
font-style:italic;
}
.totalUsage{
	margin:5px 0px 10px 0px;
	background-color: #626262;
	border:1px solid #4b4b4b;

	color:#FFFFFF;
	padding:5px;
	display:block;
	font-size:18px;
	font-weight:bold;
	float:left;
}
.TitleArea{
    font-family:Helvetica, Verdana, arial, sans-serif;
	font-weight:bold;
	font-size:16px;
	margin:7px 0px 7px 0px;
	padding-left:0px;
	text-align:center;
    display: block;
	padding:10px 0px 0px 0px;
	width:100%;
	height:100%;
	color:#ffffff;
	text-decoration:none;
	border:1px #CCCCCC solid;
	background: #31a7cc; /* old browsers */
	background: -moz-linear-gradient(top, #31a7cc 0%, #272727 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#31a7cc), color-stop(100%,#31a7cc)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31a7cc', endColorstr='#31a7cc',GradientType=0 ); /* ie */

}
.tableHeader{
font-style:italic;
font-size:11px;

}
.tableHeader2{
font-style:italic;
font-size:11px;
padding-left:10px;
}
.InfoHolder{
margin-left:20px;

}

.InfoHolder p{
margin-left:20px;
margin-top:10px;
margin-bottom:10px;
}


.InfoHolder h3 {
	color:#e17009;
}

#C1_DataCalc{
max-width:1024px;
min-width:600px;

}

.sliderTD{
	padding-left:20px;
}


#tabs .text{
 	width:50px
}
.slider_container input {
	width:25px;
}


.slider_container {
	float: left;
	width: 45%;
	padding: 0px 10px 10px 8px;
	margin:5px 10px 0px 0px;
	border:dashed #c0c0c0 1px;
	background: #ececec; /* old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* ie */
}
.detailsSlider_container {
	display:block;
	width: 100%;
	padding:3px 0px 5px 0px;
	margin:3px 2px 5px 2px;
}
.values {
	width: 40px;
}
.example {
	margin: 0;
	padding: 0;
}
.totalUsageslider {
	margin: 0px;
	padding:0px;
	width: auto;
	position: relative;
	margin-top: -6px;
	height: 40px;
}
.videoTypeContainer label{
display:block;
float:left;
}
 label{
display:block;
float:left;
}
.totalUsageslider .label1 {
	position: absolute;
	left: 6.67%;
	width: 50px;
	margin-left: -25px;
	text-align: center;
	font-size: 10px;
}
.totalUsageslider .label2 {
	position: absolute;
	left: 33%;
	width: 50px;
	margin-left: -25px;
	text-align: center;
	font-size: 10px;
}
.totalUsageslider .label3 {
	position: absolute;
	left: 66%;
	width: 50px;
	margin-left: -25px;
	text-align: center;
	font-size: 10px;
}
.totalUsageslider .label4 {
	position: absolute;
	left: 100%;
	width: 50px;
	margin-left: -25px;
	text-align: center;
	font-size: 10px;
}
.buttonContainer {
	width: 90%;
	text-align:center;
	margin:5px 0px 15px 0px;

	
}
.buttons {
display:inline;
	padding: 5px 10px 5px 10px;


	
}

.weightButtonContainer {
	width: auto;
}
.weightButtonContainer .buttons {
	padding: 5px 10px 5px 25px;
}
.weightTextBlock{
	padding-top:25px; 
	margin-left:25px;
}
.weightTextBlock ul{
list-style:none;

}
.weightValuesContainer{
width: 50%;
float:left;
display:block;
margin-right:25px;
}
.slider {
	border-style:solid 1px #000000;
	margin:10px 5px 5px 5px;
}

.optionsContainer{
    font-size:11px;
    text-align:center;
	margin:5px 0px 0px 0px;
	padding:0px;
	display:block;
	width:120px;
	float:right;
}

.optionsContainer .link{
display:block;
float:left;
margin:0px;
padding:0px;
}

.optionsContainer .optionsLink{
display:block;
float:right;
margin:0px;
padding:0px;
}




.optionsContainer a, .optionsContainer a:visited, .optionsContainer a:active {

	display: block;
	padding:3px;
	width:100%;
	height:100%;
	color:#ffffff;
	cursor:pointer;
	text-decoration:none;
	border:1px #CCCCCC solid;
	background: #499bea; /* old browsers */
	background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499bea), color-stop(100%,#207ce5)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* ie */
}

.optionsContainer a:hover{
	display: block;
	padding:3px;
	width:100%;
	height:100%;
	color:#ffffff;
	text-decoration:none;
	background: #4f85bb; /* old browsers */
    background: -moz-linear-gradient(top, #4f85bb 0%, #4f85bb 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f85bb), color-stop(100%,#4f85bb)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f85bb', endColorstr='#4f85bb',GradientType=0 ); /* ie */
}


.calcBoxPopup{
    display:block;
	float:left;
margin:0px;
padding:0px;
	width:16px;
	height:16px;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	
}
.calcBoxPopup a, .calcBoxPopup a:visited, .calcBoxPopup a:active {
	display: block;
	padding:2px 2px 2px 2px;
	width:100%;
	height:100%;
	color:#ffffff;
	text-decoration:none;
	background: #499bea; /* old browsers */
	background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499bea), color-stop(100%,#207ce5)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* ie */
}

.calcBoxPopup a:hover{
	display: block;
	padding:2px 2px 2px 2px;
	width:100%;
	height:100%;
	color:#ffffff;
	text-decoration:none;
	background: #4f85bb; /* old browsers */
    background: -moz-linear-gradient(top, #4f85bb 0%, #4f85bb 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f85bb), color-stop(100%,#4f85bb)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f85bb', endColorstr='#4f85bb',GradientType=0 ); /* ie */
}

/*    Generated by http://www.cssportal.com    */

@import url("reset.css");

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#333
}

p {
    padding: 10px;
}

#wrapper {
    margin: 0 auto;
    width: 100%px;
}

#contentwrap {
    width: 100%;
    float: left;
    margin: 0 auto;
}

#content {
    background: #31a7cc;
    border-radius: 10px;
    border: 1px solid #1d93b8;
    margin: 5px;
	
}


